[INFO] fetching crate morok-codegen 0.1.0-alpha.1...
[INFO] testing morok-codegen-0.1.0-alpha.1 against try#0abe69e6c16114311cc2700e972492e64d69c28f for pr-154065-1
[INFO] extracting crate morok-codegen 0.1.0-alpha.1 into /workspace/builds/worker-4-tc2/source
[INFO] started tweaking crates.io crate morok-codegen 0.1.0-alpha.1
[INFO] finished tweaking crates.io crate morok-codegen 0.1.0-alpha.1
[INFO] tweaked toml for crates.io crate morok-codegen 0.1.0-alpha.1 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate morok-codegen 0.1.0-alpha.1 on toolchain 0abe69e6c16114311cc2700e972492e64d69c28f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate morok-codegen 0.1.0-alpha.1 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 1d9fb7c285b41ea28ef56720ba69c66f01334bbef6cd422231e0ea5a055c42cc
[INFO] running `Command { std: "docker" "start" "-a" "1d9fb7c285b41ea28ef56720ba69c66f01334bbef6cd422231e0ea5a055c42cc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1d9fb7c285b41ea28ef56720ba69c66f01334bbef6cd422231e0ea5a055c42cc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1d9fb7c285b41ea28ef56720ba69c66f01334bbef6cd422231e0ea5a055c42cc", kill_on_drop: false }`
[INFO] [stdout] 1d9fb7c285b41ea28ef56720ba69c66f01334bbef6cd422231e0ea5a055c42cc
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 424c3da9425944cdd0df29ac1f05c08355f0e9b9e14931ea8301918c86cee0af
[INFO] running `Command { std: "docker" "start" "-a" "424c3da9425944cdd0df29ac1f05c08355f0e9b9e14931ea8301918c86cee0af", kill_on_drop: false }`
[INFO] [stderr]    Compiling zerocopy v0.8.47
[INFO] [stderr]    Compiling zerocopy-derive v0.8.47
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling pest v2.8.6
[INFO] [stderr]    Compiling darling_core v0.21.3
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling bitflags v2.11.0
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]    Compiling wait-timeout v0.2.1
[INFO] [stderr]    Compiling bit-vec v0.8.0
[INFO] [stderr]    Compiling arraydeque v0.5.1
[INFO] [stderr]    Compiling quick-error v1.2.3
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]    Compiling rand_xorshift v0.4.0
[INFO] [stderr]    Compiling strum_macros v0.27.2
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling bit-set v0.8.0
[INFO] [stderr]    Compiling ordered-float v2.10.1
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling convert_case v0.6.0
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling parking_lot_core v0.8.6
[INFO] [stderr]    Compiling const-random-macro v0.1.16
[INFO] [stderr]    Compiling fixedbitset v0.4.2
[INFO] [stderr]    Compiling pathdiff v0.2.3
[INFO] [stderr]    Compiling lazy_static v0.2.11
[INFO] [stderr]    Compiling tint v1.0.1
[INFO] [stderr]    Compiling petgraph v0.6.5
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]    Compiling const-random v0.1.18
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling dlv-list v0.5.2
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling ron v0.8.1
[INFO] [stderr]    Compiling serde-value v0.7.0
[INFO] [stderr]    Compiling directories v5.0.1
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling snafu-derive v0.8.9
[INFO] [stderr]    Compiling pest_meta v2.8.6
[INFO] [stderr]    Compiling seize v0.5.1
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling proptest-derive v0.7.0
[INFO] [stderr]    Compiling papaya v0.2.3
[INFO] [stderr]    Compiling pest_generator v2.8.6
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling strum v0.27.2
[INFO] [stderr]    Compiling rusty-fork v0.3.1
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling morok-macros v0.1.0-alpha.1
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling xxhash-rust v0.8.15
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling darling_macro v0.21.3
[INFO] [stderr]    Compiling parking_lot v0.11.2
[INFO] [stderr]    Compiling ndarray v0.17.2
[INFO] [stderr]    Compiling dirs-sys v0.5.0
[INFO] [stderr]    Compiling snafu v0.8.9
[INFO] [stderr]    Compiling fs2 v0.4.3
[INFO] [stderr]    Compiling darling v0.21.3
[INFO] [stderr]    Compiling enumset_derive v0.14.0
[INFO] [stderr]    Compiling sled v0.34.7
[INFO] [stderr]    Compiling dirs v6.0.0
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling bincode v1.3.3
[INFO] [stderr]    Compiling derive_more v2.1.1
[INFO] [stderr]    Compiling pest_derive v2.8.6
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling json5 v0.4.1
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]    Compiling bon-macros v3.9.1
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling enumset v1.1.10
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling enum_delegate_lib v0.2.0
[INFO] [stderr]    Compiling enum_delegate v0.2.0
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling half v2.7.1
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling bon v3.9.1
[INFO] [stderr]    Compiling proptest v1.11.0
[INFO] [stderr]    Compiling hashlink v0.8.4
[INFO] [stderr]    Compiling ordered-multimap v0.7.3
[INFO] [stderr]    Compiling rust-ini v0.20.0
[INFO] [stderr]    Compiling yaml-rust2 v0.8.1
[INFO] [stderr]    Compiling config v0.14.1
[INFO] [stderr]    Compiling ptree v0.5.2
[INFO] [stderr]    Compiling morok-dtype v0.1.0-alpha.1
[INFO] [stderr]    Compiling morok-ir v0.1.0-alpha.1
[INFO] [stderr]    Compiling morok-device v0.1.0-alpha.1
[INFO] [stderr]    Compiling morok-schedule v0.1.0-alpha.1
[INFO] [stderr]    Compiling morok-codegen v0.1.0-alpha.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 58.68s
[INFO] running `Command { std: "docker" "inspect" "424c3da9425944cdd0df29ac1f05c08355f0e9b9e14931ea8301918c86cee0af", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "424c3da9425944cdd0df29ac1f05c08355f0e9b9e14931ea8301918c86cee0af", kill_on_drop: false }`
[INFO] [stdout] 424c3da9425944cdd0df29ac1f05c08355f0e9b9e14931ea8301918c86cee0af
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0be12d2b4cdd81e3b3ddb902a4be1c19154bdb875f1c983e2deb834abe22846a
[INFO] running `Command { std: "docker" "start" "-a" "0be12d2b4cdd81e3b3ddb902a4be1c19154bdb875f1c983e2deb834abe22846a", kill_on_drop: false }`
[INFO] [stderr]    Compiling test-case-core v3.3.1
[INFO] [stderr]    Compiling test-case-macros v3.3.1
[INFO] [stderr]    Compiling test-case v3.3.1
[INFO] [stderr]    Compiling morok-codegen v0.1.0-alpha.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 4.27s
[INFO] running `Command { std: "docker" "inspect" "0be12d2b4cdd81e3b3ddb902a4be1c19154bdb875f1c983e2deb834abe22846a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0be12d2b4cdd81e3b3ddb902a4be1c19154bdb875f1c983e2deb834abe22846a", kill_on_drop: false }`
[INFO] [stdout] 0be12d2b4cdd81e3b3ddb902a4be1c19154bdb875f1c983e2deb834abe22846a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 76a323d93dc924a4ecbeca0e5402f9410a331f71fa33661c727de9e57d8322fc
[INFO] running `Command { std: "docker" "start" "-a" "76a323d93dc924a4ecbeca0e5402f9410a331f71fa33661c727de9e57d8322fc", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.28s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/morok_codegen-993f49c90d1a64a0)
[INFO] [stdout] 
[INFO] [stdout] running 22 tests
[INFO] [stdout] test llvm::common::types::tests::test_lconst ... ok
[INFO] [stdout] test llvm::common::types::tests::test_ldt_scalar ... ok
[INFO] [stdout] test llvm::common::types::tests::test_ldt_vector ... ok
[INFO] [stdout] test llvm::common::types::tests::test_lcast ... ok
[INFO] [stdout] test llvm::common::types::tests::test_lcast_index_type ... ok
[INFO] [stdout] test llvm::common::types::tests::test_ldt_ptr ... ok
[INFO] [stdout] test test::unit::c::test_reduce_empty_ranges ... ok
[INFO] [stdout] test test::unit::c::test_reduce_add_basic ... ok
[INFO] [stdout] test test::unit::c::test_reduce_max ... ok
[INFO] [stdout] test test::unit::llvm::test_range_end_basic ... ok
[INFO] [stdout] test test::unit::c::test_range_end_basic ... ok
[INFO] [stdout] test test::unit::c::test_wmma_tile_grid_multiple_fma ... ok
[INFO] [stdout] test llvm::text::tests::test_simple_add ... ok
[INFO] [stdout] test test::unit::llvm::test_reduce_max ... ok
[INFO] [stdout] test test::unit::c::test_wmma_mixed_precision_flag ... ok
[INFO] [stdout] test test::unit::c::test_wmma_tile_grid_load_pair ... ok
[INFO] [stdout] test test::unit::llvm::test_reduce_add_basic ... ok
[INFO] [stdout] test test::unit::c::test_wmma_function_call ... ok
[INFO] [stdout] test test::unit::c::test_wmma_vector_typedefs ... ok
[INFO] [stdout] test test::unit::c::test_wmma_preamble_macros ... ok
[INFO] [stdout] test test::unit::c::test_wmma_preamble_static_function ... ok
[INFO] [stderr]    Doc-tests morok_codegen
[INFO] [stdout] test test::unit::llvm::test_reduce_empty_ranges ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 22 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test src/lib.rs - (line 14) ... ignored
[INFO] [stdout] test src/traits.rs - traits::Renderer::decompositor (line 40) ... ignored
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] all doctests ran in 0.44s; merged doctests compilation took 0.43s
[INFO] running `Command { std: "docker" "inspect" "76a323d93dc924a4ecbeca0e5402f9410a331f71fa33661c727de9e57d8322fc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "76a323d93dc924a4ecbeca0e5402f9410a331f71fa33661c727de9e57d8322fc", kill_on_drop: false }`
[INFO] [stdout] 76a323d93dc924a4ecbeca0e5402f9410a331f71fa33661c727de9e57d8322fc
